home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gPreview
- if the controlDown then
- set the text of cast "info sheet" to "Preview" && word 2 to the number of words in the text of cast "info sheet" of the text of cast "info sheet"
- set the text of cast "docs" to "Preview" && word 2 to the number of words in the text of cast "docs" of the text of cast "docs"
- set the text of cast "order form" to "Preview" && word 2 to the number of words in the text of cast "order form" of the text of cast "order form"
- set gPreview to 1
- else
- set the text of cast "info sheet" to "Print" && word 2 to the number of words in the text of cast "info sheet" of the text of cast "info sheet"
- set the text of cast "docs" to "Print" && word 2 to the number of words in the text of cast "docs" of the text of cast "docs"
- set the text of cast "order form" to "Print" && word 2 to the number of words in the text of cast "order form" of the text of cast "order form"
- set gPreview to 0
- end if
- go(the frame)
- end
-